Giter Site home page Giter Site logo

Comments (4)

omenos avatar omenos commented on September 26, 2024 1

The SQLite database should be stored somewhere in your home directory (I want to assume ~/.config). You can do a database dump and restore via:

# Backup
$ sqlite3 /path/to/database.db ".dump" | tee -a planify.sql

# Restore
$ DATABASE="~/.var/app/io.github.alainm23.planify/data/io.github.alainm23.planify/database.db"
$ sqlite3 ${DATABASE} ".read planify.sql"

from planify.

LxHobbist avatar LxHobbist commented on September 26, 2024 1

Hi @omenos,

In my system, the database.db that has all the data is in the location
$ ~/.local/share/io.github.alainm23.planify/

I was able to restore all my Data.

Thank you!

from planify.

alainm23 avatar alainm23 commented on September 26, 2024

Hello and thank you for using Planify, it is not necessary to copy the database, simply create a backup from Preferences > Backups, download the backup and import it from your Flatpak installation.

from planify.

LxHobbist avatar LxHobbist commented on September 26, 2024

Hi Alainm,
I cannot create a backup from Preference > Backups as the App is not currently working in the GNOME v46 (App has stopped working after gnome upgrade, I should have taken a backup). Any way to access the data from the terminal ?
so that, I can some how import it to Flatpak.

Trying to retrieve the data from a crashed App.

Thank you!

from planify.

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.