mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 22:46:19 +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
|
||||
- Make 'go wp' work
|
||||
- I should probably learn [[prolog]].
|
||||
- [[backups]]
|
||||
|
||||
- [[amadeo]]
|
||||
- vio a [[spoon]] en vivo
|
||||
- [[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