Migrate sql enterprise rds database to postgresql

Frank Christiansen 21 Reputation points
2025-05-12T11:36:22.79+00:00

Hi,

I am asked at work if it migrate an SQL Enterprise database to Postgresql.
The database is used for RDS that supports 50 jumpservers.
I have not done migrations like this before, so I guess my first question is, is it at all possible?

Best Regards
Frank

SQL Server Database Engine
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2025-05-12T19:58:36.8466667+00:00

    Sure it's possible.

    The difficulty will be on how ansi sql your sqlserver is. SqlServer has its own datatypes, that might not map directly. also the its transact sql is different, so stored procedure definitions and calls are different. You should do a POC to see how complex the migration is.

    you should also check for any migrations the client code may require and that it uses sql drivers compatible with PostgreSql. the client code may also be using SqlServer features that require rework.

    So the scale of the project depends on the current database schema and client codebase.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.