Skip to content

Commit

Permalink
add file for restore backup
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdom committed Aug 28, 2024
1 parent 19176c4 commit 688b0ad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions geonode/br/management/commands/settings.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[database]
pgdump = pg_dump
pgrestore = pg_restore

[geoserver]
datadir = /geoserver_data/data
# datadir_exclude_file_path = {comma separated list of paths to exclude from geoserver catalog} e.g.: /data,/data/geonode,/geonode
dumpvectordata = yes
dumprasterdata = yes
# data_dt_filter = {cmp_operator} {ISO8601} e.g. > 20019-04-05T24:00
# data_layername_filter = {comma separated list of layernames, optionally with glob syntax} e.g.: tuscany_*,italy
# data_layername_exclude_filter = {comma separated list of layernames, optionally with glob syntax} e.g.: tuscany_*,italy

[fixtures]
apps = contenttypes,auth,people,groups,account,guardian,admin,actstream,announcements,avatar,base,documents,geoserver,invitations,pinax_notifications,layers,maps,oauth2_provider,services,harvesting,sites,socialaccount,taggit,tastypie,upload,user_messages,geonode_themes,geoapps,favorite,geonode_client
dumps = contenttypes,auth,people,groups,account,guardian,admin,actstream,announcements,avatar,base,documents,geoserver,invitations,pinax_notifications,layers,maps,oauth2_provider,services,harvesting,sites,socialaccount,taggit,tastypie,upload,user_messages,geonode_themes,geoapps,favorite,geonode_client

0 comments on commit 688b0ad

Please sign in to comment.