Switch mysql db store to postgres
See original GitHub issueConsidering the technology stack used, the company made it clear that pg should be used as a unified storage.
So I need to switch mysql to pg. But when I start the gms service, it throws execption No org.postgresql.Driver Class
.
Could the relevant dependencies be packaged in the compilation process to facilitate switching jdbc driver.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
How To Migrate a MySQL Database to PostgreSQL Using ...
You can use pgLoader to migrate a MySQL database to a PostgreSQL database housed on the same machine. All you need is to...
Read more >Switch mysql db store to postgres · Issue #1734 · datahub ...
So I need to switch mysql to pg. But when I start the gms service, it throws execption No ... Switch mysql db...
Read more >How to switch databases in psql? - postgresql - Stack Overflow
+1: This is JUST a psql command, in Postgres itself, there is no way to "switch". In fact, psql isn't "switching" in the...
Read more >Converting from other Databases to PostgreSQL
MySQL -to-PostgreSQL is a program to migrate MySQL databases to PostgreSQL server. Option to filter data using SELECT-queries, synchronization ...
Read more >Listing and Switching Databases in PostgreSQL - Liquid Web
Learn how to show all the databases within your PostgreSQL instance by using our simple commands.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Good point. Let me think about it a bit more and create a proper PR for this.
If adopting this method, how to release docker images?