Replies: 3 comments 7 replies
|
Hello @greyfence, the commands in the documentation assume you are running this in the same folder where your docker-compose.yml lies on the host system. If you are running them inside the container, just drop the Maybe we can create a dedicated backup feature which either does bundle them automatically somewhere configurable. |
|
One other little tidbit: I had the new version running for two days and wanted to import the points from those two days into the older version. I exported the gpx from the new version, booted into the old version and imported that gpx. When I view the map it is showing the odd point spikes like the new version was. I thought the gpx data would have been the 'clean' data from Owntracks and it was just the interpreting of the points that had changed from one version to the next? |



Uh oh!
There was an error while loading. Please reload this page.
I'm trying to back up the database before doing the upgrade to v5 but the method in the docs aren't working for me.
I'm trying to do the 'docker compose exec postgis pg_dump...' method but when I run the command on the base OS I get a 'service postgis is not running' and when I try to run it in the container itself I get a 'docker doesn't exist' error.
Where am I supposed to run that command? Is there not an easier way to do a back up??
All reactions