Skip to content

Deploy WikiJS in K8s, connecting existing postgresql, backup/restore

Notifications You must be signed in to change notification settings

sansayin/wikijs-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Deploy WikiJS in K8S with existing PSQL

Dump WikiJS

pg_dump -d wikijs -h localhost -c -U postgres > dump_date +%d-%m-%Y"_"%H_%M_%S.sql

Restore Wikijs

cat your_dump.sql | psql -U postgres

About

Deploy WikiJS in K8s, connecting existing postgresql, backup/restore

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published