Giter Site home page Giter Site logo

Comments (7)

ganigeorgiev avatar ganigeorgiev commented on June 5, 2024 1

My current solution involves first stopping the PocketBase service on the server
Then unzipping the backup file, manually replacing the relevant db files, and copying the contents of the storage folder from the backup to the storage directory on the target machine.

Yes, this should work.

from pocketbase.

cddqssc avatar cddqssc commented on June 5, 2024

image

It seems the error is unable to rename or mv the mounted network volume.

from pocketbase.

ganigeorgiev avatar ganigeorgiev commented on June 5, 2024

The error is most likely caused because on backup restore we replace the entire existing pb_data with the content from the backup, which I guess would fail in your case with the custom network mount. The backup restore functionality just wasn't designed with this use case in mind.

For now I'm not planning working on it as I already have enough on my hands but I may consider handling it after the refactoring as there are plans to optimize the backup generation to minimize the write lock time.

from pocketbase.

ganigeorgiev avatar ganigeorgiev commented on June 5, 2024

Side-note: if you are planning to store a lot of files keep in mind that the current PocketBase backup functionality generates a complete snapshot archive everytime of your pb_data, aka. it is not partial/incremental and could be slow if you are expecting your storage directory to grow several GBs. For those cases I recommend searching for a different and more efficient backup/restore strategy.

from pocketbase.

cddqssc avatar cddqssc commented on June 5, 2024

Thank you for the great work you've done; I fully understand your busyness.
My current solution involves first stopping the PocketBase service on the server
Then unzipping the backup file, manually replacing the relevant db files, and copying the contents of the storage folder from the backup to the storage directory on the target machine.
image
So far, no anomalies have been detected. However, I'm not sure if this approach is 'compliant,' or if there are any oversights?

from pocketbase.

cddqssc avatar cddqssc commented on June 5, 2024

Side-note: if you are planning to store a lot of files keep in mind that the current PocketBase backup functionality generates a complete snapshot archive everytime of your pb_data, aka. it is not partial/incremental and could be slow if you are expecting your storage directory to grow several GBs. For those cases I recommend searching for a different and more efficient backup/restore strategy.

I plan to use the backup method mentioned in #4254.

from pocketbase.

gedw99 avatar gedw99 commented on June 5, 2024

I do real time backups locally and to as many places as I want using:

https://github.com/maxpert/marmot-pocketbase-flyio

I need to add NATS KV, so that files are also real time copied too

from pocketbase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.