question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Switch mysql db store to postgres

See original GitHub issue

Considering 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:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
mars-lancommented, Jul 22, 2020

Good point. Let me think about it a bit more and create a proper PR for this.

0reactions
cobolbabycommented, Jul 22, 2020

If adopting this method, how to release docker images?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found