Upgrade TeslaMate from Version 1.33.0 to 2.0.0 on Synology NAS #4766
Replies: 3 comments
-
✅The upgrade has been successfully tested. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Worked perfectly PostgreSQL 15 --->17. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
TeslaMate Project GitHub Release v2.0.0
PostgreSQL 14 --->17 .
Note
Environment Info
Device Model: Synology DS218+
DSM Version: DSM 7.2.1-69057 Update 7
TeslaMate Version: 1.33.0
Database Version: PostgreSQL 14
Tip
Upgrade Steps:
1. Backup data
→2. Upgrade PostgreSQL
→3. Upgrade TeslaMate
→4. Verify services
1. Backup Data
Important
Backup procedures can be found in the official TeslaMate backup guide.
1.1 Backup PostgreSQL Data
cd /volume1/docker/teslamate/
1.2 Save Backup Data to Local
Ensure the backup files are saved offline. Data is invaluable.
2. Upgrade PostgreSQL
Caution
Proceed with caution – data is invaluable
Make sure your backup can be restored before continuing.
2.1 Stop All TeslaMate Containers
2.2 Delete PostgreSQL Volume
Warning
WARNING: This will delete all previously recorded data! Ensure backups can be restored.
docker volume rm "$(basename "$PWD")_teslamate-db"
2.3 Upgrade PostgreSQL Version
docker-compose.yml
to change the PostgreSQL image2.4 Restore PostgreSQL Backup Data
2.5 Restart PostgreSQL Container
3. Upgrade TeslaMate
3.1 Pull Latest TeslaMate Image
3.2 Restart TeslaMate Container
4. Verify Services
Check if TeslaMate containers are running and if the TeslaMate web portal is accessible.
Update Log Example
Beta Was this translation helpful? Give feedback.
All reactions