Trouble restoring seqbac file #1737
Unanswered
johnstein-storewise
asked this question in
Help
Replies: 1 comment 2 replies
-
Hi John, thanks for reaching out. You can pass Best regards, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to set up a new instance of Seq (from docker 5.1.3344 to docker latest). It looks like the "seqsvr restore" is prompting to overwrite from "Init Script". Here is snip from the log, not sure how to handle:
running init script seqbackuprestore.sh...
[17:18:28 INF] Opening metastore "/data/Documents/metastore.flare"
This will clear all metadata (users, signals, ...) from the current instance and replace it with the contents of backup /data/Backups/backup.seqbac.
Press
y
to continue, or any other key to cancel.[17:18:28 INF] Closing metastore
The backup could not be restored; an exception occurred.
Exception message: Cannot read keys when either application does not have a console or when console input has been redirected. Try
Console.Read.
Here is the content from seqbackuprestore.sh: seqsvr restore --secret-key="seqkey" --backup="/data/Backups/backup.seqbac" --enable-apps
Thanks,
John
Beta Was this translation helpful? Give feedback.
All reactions