Replies: 4 comments 2 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
ok that was a bit confusing but thank you for that clarification. I am
currently exploring backing up to azure storage perhaps through a
persistent volume from a k8s pod which hosts the db. You do not have
automated backups as i understand it?
Aileen
…On Wed, Aug 27, 2025 at 1:23 PM Christian Himpe ***@***.***> wrote:
Hi,
AFAIK the BACKUP DATABASE SQL command only makes local backups, so URL
means here a file path, that may look URL-like when prefixed with the
file:// protocol.
However, you can make a backup to a S3 bucket this way by using a
user-space mount, see https://github.com/s3fs-fuse/s3fs-fuse on the host
system.
—
Reply to this email directly, view it on GitHub
<#2456 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADY2GZE3AUE3RE2GC2BF67D3PXSRVAVCNFSM6AAAAACE63EYDWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRTGU4DKOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Hi there,
would this be part of a prestop hook and then you send to <cloud bucket of
choice> ?
…On Wed, Aug 27, 2025 at 1:33 PM Christian Himpe ***@***.***> wrote:
No, not as far as I know. So for my case, I catch the shutdown signal of
the container and trigger a backup, if that is a possibility to you, ie: trap
'kill $PID && ./bin/console.sh -b "CONNECT $DB_NAME; BACKUP DATABASE;"' INT
QUIT TERM.
PS: You might have seen: #2303
<#2303> maybe you have
some ideas to add?
—
Reply to this email directly, view it on GitHub
<#2456 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADY2GZCFVYZ2LHNIXXVR5433PXTYLAVCNFSM6AAAAACE63EYDWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRTGU4TGNQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
awesome, i actually just discussed that option with a colleague so we might
try that out in addition to adding a cronjob ... cheers and thanks!
hopefully native db support for auto,ated backups or direct cloudy support
will be forthcoming...
…On Wed, Aug 27, 2025 at 2:18 PM Christian Himpe ***@***.***> wrote:
Yes, in K8s that would be done via a prestop hook. I am running ArcadeDB
via Docker Compose, so I can simply back up to a network mount in a trap.
—
Reply to this email directly, view it on GitHub
<#2456 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADY2GZDTYNY7KAGKGZYORB33PXY7HAVCNFSM6AAAAACE63EYDWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRTGYZDMMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Perhaps naive, but can one provide an example of this feature?
It is noted that arcadeDB does not support direct cloud storage backup options, but if one had the url endpoint of a s3 bucket of azure storage container ....
thank you for any assistance.
Beta Was this translation helpful? Give feedback.
All reactions