You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on restoring the sqlite3 DB, and ran into a problem because the existing database already existed. So I had to remove the existing DB first in order to reload my backup version.
I could've used that instead to restore my settings I guess?
Anyway, my kludge worked and indi-allsky is running :) It seems to have missed my copied images though. Weird, but only 2 days worth so not a disaster.
Cheers,
Richie
The text was updated successfully, but these errors were encountered:
For just restoring your settings, there is an alternative where you can just extract the config JSON from the database and just force import those settings to a different database. The instructions for that are in the wiki page you found.
As for the images, you should be able to just move those. The images are stored with the relative path to the IMAGE_FOLDER from the config.
Thanks Aaron. Can you put a link in the backup/restore for others who
might want to do the same thing please?
Interestingly, I did move the images from the old system to the new one,
but the system didn't "detect" them. I am not sure if that is because I
restored the DB or not maybe.
Anyway, it doesn't matter in my case - the old images I mean, because it
was cloudy those days anyway! Thought it might be good for you to know
that it might not be working quite as intended when you move just the
images.
Cheers,
Richie
On Wed, 1 Jan 2025 at 20:28, Aaron W Morris ***@***.***> wrote:
For just restoring your settings, there is an alternative where you can
just extract the config JSON from the database and just force import those
settings to a different database. The instructions for that are in the wiki
page you found.
As for the images, you should be able to just move those. The images are
stored with the relative path to the IMAGE_FOLDER from the config.
—
Reply to this email directly, view it on GitHub
<#1748 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG3Y4Q6B6GAQMWBAIRQC5D2IRFXVAVCNFSM6AAAAABULB7OY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRXGEZTMNBRGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Hi Aaron,
I am working on restoring the sqlite3 DB, and ran into a problem because the existing database already existed. So I had to remove the existing DB first in order to reload my backup version.
Ah... Just found this page: https://github.com/aaronwmorris/indi-allsky/wiki/Rebuilding-the-database
I could've used that instead to restore my settings I guess?
Anyway, my kludge worked and indi-allsky is running :) It seems to have missed my copied images though. Weird, but only 2 days worth so not a disaster.
Cheers,
Richie
The text was updated successfully, but these errors were encountered: