External PostGres? #5012
Closed
aadityajshah
started this conversation in
General
Replies: 2 comments
-
|
It should setup the schema automatically on the first start. There is also a mix command to manually do it if that is an option, something like "mix ecto.migrate". Will need to ensure database is configured first through the environment variables. But having it run automatically on start might be easier. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This worked beautifully with a new instance of teslamate. I was unfortunately unable to import the old data. I still have a dump of it, but I'm having issues pulling it into an external postgres instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up an external Postgres and Grafana instance... that way I just have to backup my homelab things 1 time.
Is there a schema script or anything I can use?
Beta Was this translation helpful? Give feedback.
All reactions