-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating backups or updating from SEPIA-Home v2.6.0 to v2.6.1 can fail due to missing old folder #155
Comments
hey, first, great work. i love the graphhopper api. works great for weather and directions, im looking forward what we can do in the future with the possibilities of PoI and geo api. now nobody needs to give debitcard numbers to google ;) when i backup SEPIA with the new backup script and do the update with the new script, the server are update to date but the option in the coresettings for graphhopper (default_po_api and default_directions_api) are not shown. also when i set up a new machine with the newest release i get all coresettings. but after the import-backu.sh the options in the coresettings are removed. i tried also to set them manualy but nothing changed. /roy |
Thanks 🙂 . Actually there are a few sentences for POI already for example "where is the nearest hospital?" should show you directions and a button with "alternative destinations" (something like that). Btw the directions API can be triggered with specific sentences as well like "how far is it from A to B?".
Yes this is unfortunately because I cannot merge old and new settings properly right now, so the script simply overwrites the new file with the old one and uses defaults for missing entries. You can simply copy missing entries by hand to your properties file or add them via core-settings page (Control-HUB) using the custom field below the "known" settings.
This should not happen because they are stored in the database 😟. Or do you mean custom files in |
yeah i tried the "how far example" :) the old users, smart home devices and api keys were restored. i mean the senteces you can teach inside the client. |
That is very weird because they are part of the DB as well. Can you double-check the core settings for |
custom_commands and skd are enabled.
i tried to add them from the control hub and the entries shows up but the geolocation is not working. where is the properties file located so i can try to copy them |
and the Teach-UI? Is it showing any data or throwing any errors?
Geolocation in general or do you get the "API keys" info button? What is your current client? Raspberry Pi Bullseye?
You will see 3 files there. The "custom" file should be replaced with your old settings. You can compare it to one of the other files (preferably |
the geolocation in general, like for navigation, weather in diffrent cities etc. is not working, even the coresettings (key, poi/directions_api) are set correctly im running sepia on a proxmox debian 11 vm. the teach ui shows notthing, |
What exactly does SEPIA say when you try "how is the weather in Berlin?" for example? Do you see the "API Key" info button under the chat message?
I had some issues with Chromium 95 on Debian 11 for Raspberry Pi, but I don't think that effects the Geo stuff here, especially not if you ask for other cities like in the example above.
ok so lets check if the DB is empty. If you log in to the Control HUB as admin and then go to the "speech recognition" page you can export your sentences for different languages. Can you try this for German and English and see if you get anything back? |
Sepia says: Sorry, da gab es wohl einen Fehler. Versuch es doch noch mal bitte.
thats my result for german and english on the sepia 2.6.1
on the old machine i get all teached sentences |
Looks like an internal error. Can you check
I have no idea how its possible to get a partially working database where only the commands are missing :-|. |
hey also the geolocation works now - i didnt saw that i wrote "graphopper" instead of "graphhopper". my fault mea culpa :) but thanks everything works now and i can go on with my summary about nextcloud integration. /roy |
great! 😃 |
when i run the "import-backup.sh" with the backup.zip again now, everything is here. (teached sentences, smart home devices etc) |
I need help |
What did you try so far and what is not working 😅 ? |
The backup and update scripts in SEPIA-Home v2.6.0 can fail if you've installed a clean v2.6.0 and didn't import a backup of an older version! This is because the old, integrated reverse-proxy has been removed but is still included in the backup script.
To fix this issue please update your backup and update scripts. Go to your SEPIA folder (usually ~/SEPIA) and run:
Now you can run
bash backup-sepia.sh
andbash update-sepia.sh
as you're used to :-).If you don't want to replace the files manually there is a new update tool that can be used as well. Go to your user home folder (right outside of SEPIA) and run:
After that simply follow the instructions on screen.
Sorry for the inconvenience,
Florian
The text was updated successfully, but these errors were encountered: