-
Notifications
You must be signed in to change notification settings - Fork 45
Use Nightlies
Marius David Wieschollek edited this page Feb 7, 2021
·
2 revisions
Nightly versions of of the passwords app are development builds that give faster access to new features and bugfixes. It is possible to upgrade from a nightly version to the final release trough the normal app store.
The easiest way to install nightly builds of the app is trough the app store
- Go to the Passwords admin settings
- Enable "Show Nightly Updates in "Apps""
- Go to "Apps"
- Update the "Passwords" app if an update is available
It might take some time until nightly updates appear in the app store. If no update is available after enabling the setting, just check again later.
You can download the current nightly from the Nextcloud Apps webpage and install it manually.
- Go to Passwords on Nextcloud Apps
- Check for nightly versions in the downloads section. (marked in red and called "Nightly version (unstable)")
- Download the nightly version (The file is called "passwords.tar.gz")
- Upload the archive to the apps folder of your Nextcloud instance
- Delete the existing passwords folder
- Unpack the archive with
tar zxf passwords.tar.gz
orgunzip passwords.tar.gz && tar xf passwords.tar
- Open the base folder and run the Nextcloud updater with
php ./occ upgrade
or trough the web interface.