Database Migration

Oarroyave2 years ago

What are the steps to migrate my database from H2 to PostgreSQL?

Anton Tananaev2 years ago

Usually people use some universal database tools to export and import the data. I'm pretty sure there are some examples on the forum if you search. Maybe not specifically postgres, but the process should be similar.

Oarroyave2 years ago

ok, tanks