mirror of
https://github.com/snibox/snibox.git
synced 2026-04-25 15:56:04 +03:00
[GH-ISSUE #39] Import and outport csv data #36
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/snibox#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alansmitheejp on GitHub (Jan 30, 2019).
Original GitHub issue: https://github.com/snibox/snibox/issues/39
I hope
import snipets data by csv file.
outport snipets data to csv file.
thanks.
@yhdesai commented on GitHub (Feb 15, 2019):
@vavgustov Please make this happen!
I just need a way to backup the data thus it can be restored if there are any issues with the server, Thus the format doesnt matter.
@vavgustov commented on GitHub (Feb 15, 2019):
You can create backups using PostgreSQL commands.
E.g. to export sql dump:
More info: https://www.linode.com/docs/databases/postgresql/how-to-back-up-your-postgresql-database/
To export snippets as csv (without label names):
More info: https://stackoverflow.com/a/1120390
@yhdesai commented on GitHub (Feb 15, 2019):
Thanks for the info!
@crispybegs commented on GitHub (May 2, 2023):
would also love this, if this project is still even being looked at of course