mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Auto: misc.
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
# Backups
|
||||||
|
|
||||||
|
- [[postgres]]
|
||||||
|
- ```pg_dumpall > date.db```
|
||||||
|
- [[mysql]]
|
||||||
|
- ```mysqldump db > date.db```
|
||||||
|
- [[pull]] [[restores]]
|
||||||
|
- an unrestored backup does not really exist.
|
||||||
|
|
||||||
@@ -14,6 +14,8 @@
|
|||||||
- Implement [[rss]] / [[atom]] feeds
|
- Implement [[rss]] / [[atom]] feeds
|
||||||
- Make 'go wp' work
|
- Make 'go wp' work
|
||||||
- I should probably learn [[prolog]].
|
- I should probably learn [[prolog]].
|
||||||
|
- [[backups]]
|
||||||
|
|
||||||
- [[amadeo]]
|
- [[amadeo]]
|
||||||
- vio a [[spoon]] en vivo
|
- vio a [[spoon]] en vivo
|
||||||
- [[push]] [[done]]
|
- [[push]] [[done]]
|
||||||
|
|||||||
+15
@@ -0,0 +1,15 @@
|
|||||||
|
# Restores
|
||||||
|
|
||||||
|
- [[postgres]]
|
||||||
|
- ```pgsql < date.db```
|
||||||
|
- [[mysql]]
|
||||||
|
- ```mysql db < date.db```
|
||||||
|
- [[pull]] [[backups]]
|
||||||
|
- so you have something to restore.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[pull]: pull "Pull"
|
||||||
|
[backups]: backups "Backups"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
Reference in New Issue
Block a user