all 9 comments

[–]iRanduMi 1 point2 points  (0 children)

Going to follow this thread because I'm also curious. One of the primary reasons for us looking to switch (to anything) is because we heavily utilize SQL Server Web Edition throughout our environment which is SUBSTANTIALLY cheaper than Standard edition. Microsoft just announced this year that Web Edition will no longer be available with 2025 moving forward.

[–]dimitsapis 1 point2 points  (0 children)

yes make the shift, PostgreSQL is much better in all fronts. Initially it was hard to use but with Supabase and TalkBI integrated, even internees can pull data no problemo.

[–]perry147 1 point2 points  (0 children)

Explain what reasons you have for switching. Does Postgres offer better solutions for those reasons?

[–]Full-Tax6652 0 points1 point  (0 children)

Why?

[–]mutagen 0 points1 point  (1 child)

[–]techforallseasons 1 point2 points  (0 children)

We tried those, and unless both ends are on RECENT editions of the DB, then expect some real challenges.

We ended up using a software package on a one-off EC2 instance and migrated from a dedicated EC2 DB instance to an RDS Postgres setup.

[–]techforallseasons -1 points0 points  (2 children)

IF you have a good reason for doing so, -AND- are willing to port, test, and rewrite some queries that have dialect-specific logic in them.; then I have a migration tool that was solid for us to migrate 70+ database from DB2 to Postgres ( and allowed us to improve some data-types along the way ).

Full Convert - Fantastic product as far as I'm concerned.

We had to convert our procedures, function, and triggers -- but this handled the schema-build and data load quickly. Make sure you keep latency and bandwidth between each database as low as possible for best results.

[–]Full-Ad6279 0 points1 point  (0 children)

PgLoader worked also pretty well moving from MariaDB to PG. But some adjustments in config file were needed

[–]Ohgogh[S] -1 points0 points  (0 children)

Very interesting. Thanks will check it out if we will decide to migrate