Skip to content

Commit 05c503e

Browse files
committed
copy over sitemap
1 parent ed0b1e9 commit 05c503e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/release-notes/12020-Payara-and-Java-updates.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ We also recommend you ensure you followed all update instructions from the past
193193

194194
`sudo -u dataverse cp -r /usr/local/payara6/glassfish/domains/domain1/docroot/logos /usr/local/payara7/glassfish/domains/domain1/docroot`
195195

196+
1. Copy sitemap from Payara 6 to Payara 7.
197+
198+
It's a good practice to set up a sitemap, but you can skip this step if you don't want one.
199+
200+
If you already have a cron job in place as [recommended](https://guides.dataverse.org/en/6.10/installation/config.html#creating-a-sitemap-and-submitting-it-to-search-engines) by the guides, you could run that cron job manually as a final step, but we recommend copying over your existing sitemap.
201+
202+
`sudo -u dataverse cp -r /usr/local/payara6/glassfish/domains/domain1/docroot/sitemap /usr/local/payara7/glassfish/domains/domain1/docroot`
203+
196204
1. If you are using Make Data Count (MDC), make various updates.
197205

198206
Your `:MDCLogPath` database setting might be pointing to a Payara 6 directory such as `/usr/local/payara6/glassfish/domains/domain1/logs`. If so, use the settings API to change it to point to the payara7 location (once Dataverse is running again):

0 commit comments

Comments
 (0)