You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-notes/6.3-release-notes.md
+58-88
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,8 @@ These instructions assume that you've already upgraded through all the 5.x relea
276
276
277
277
0\. These instructions assume that you are upgrading from the immediate previous version. If you are running an earlier version, the only safe way to upgrade is to progress through the upgrades to all the releases in between before attempting the upgrade to this version.
278
278
279
+
Upgrading requires a maintenance window and downtime. Please plan ahead, create backups of your database, etc.
280
+
279
281
If you are running Payara as a non-root user (and you should be!), **remember not to execute the commands below as root**. Use `sudo` to change to that user first. For example, `sudo -i -u dataverse` if `dataverse` is your dedicated application user.
280
282
281
283
In the following commands, we assume that Payara 6 is installed in `/usr/local/payara6`. If not, adjust as needed.
@@ -288,14 +290,65 @@ In the following commands, we assume that Payara 6 is installed in `/usr/local/p
288
290
289
291
-`$PAYARA/bin/asadmin undeploy dataverse-6.2`
290
292
291
-
2\. Stop Payara and remove the generated directory
293
+
2\. Stop Payara and remove the following directories:
(Note that you likely already have the `java.base/java.io` option there, but without the `[17|]` prefix. Make sure to replace it with the version above)
346
+
347
+
Start Payara:
348
+
349
+
```shell
350
+
sudo service payara start
351
+
```
299
352
300
353
4\. Deploy this version.
301
354
@@ -379,87 +432,4 @@ AND dfv.value ILIKE 'http%';
379
432
380
433
A ['Reindex in Place'](https://guides.dataverse.org/en/latest/admin/solr-search-index.html#reindex-in-place) will be required and ReExportAll will need to be run to update the metadata exports of the dataset. Follow the directions in the [Admin Guide](http://guides.dataverse.org/en/latest/admin/metadataexport.html#batch-exports-through-the-api).
381
434
382
-
## Upgrade Payara to v6.2024.6
383
-
384
-
With this version of Dataverse, we encourage you to upgrade to version 6.2024.6.
385
-
This will address security issues accumulated since the release of 6.2023.8, which was required since Dataverse release 6.0.
386
-
387
-
### Instructions for Upgrading
388
-
389
-
If you are using GDCC containers, this upgrade is included when pulling new release images.
390
-
No manual intervention is necessary.
391
-
392
-
We recommend you ensure you followed all update instructions from the past releases regarding Payara.
393
-
(Latest Payara update was for [v6.0](https://github.com/IQSS/dataverse/releases/tag/v6.0))
394
-
395
-
Upgrading requires a maintenance window and downtime. Please plan ahead, create backups of your database, etc.
396
-
397
-
The steps below are a simple matter of reusing your existing domain directory with the new distribution.
398
-
But we also recommend that you review the Payara upgrade instructions as it could be helpful during any troubleshooting:
(Note that you likely already have the `java.base/java.io` option there, but without the `[17|]` prefix. Make sure to replace it with the version above)
0 commit comments