Summary
On boot, this release will run a data migration in the background.
Until done (for most in under 5 minutes) existing push URLs may not work and dashboards may be empty.
Although the data migration has been tested extensively, we suggest making a backup of your database before upgrading to this release as a safety precaution.
Reminder: If you also run the pwpush-public-gateway
and/or pwpush-worker
containers, they should be updated along with the pwpush
container in tandem. e.g. don't run different versions for an extended time so that all features and routes are in sync.
Explanation
This release unifies the backend Push models into one. This is a important improvement that will allow the project to move faster going forward. It will also allow us to migrate features from Premium to OSS more easily.
For the large majority of users, the data migration will take less than 15 minutes maximum. For most users, less than 5 minutes.
After the migration completes, all pre-existing push URLs will work as normally and your dashboard will be repopulated.
Technical Details
The migration job runs in the background job runner that has been part of the Docker container since v1.53.0.
If enabled, you can view the job in the Admin Dashboard:

The data migration will log output to /opt/PasswordPusher/log/migration_data.log
. If needed, you can open an application shell to view this file by following these instructions up to step 4.
Thanks to @ozovalihasan for the excellent and complicated work done in this release!
📝 What’s Changed
- Update the logger used by MigrateDataToPushModelJob (#3404) @ozovalihasan
- Add a
kind
column to the dashboard (#3402) @ozovalihasan - Update API responses to make them same with API responses of the Premium one (#3395) @ozovalihasan
- Audit Log: Use ipaddress partial for links to iplocation.io (#3396) @pglombardo
🚀 Features
- Unify different push models and controllers (#3380) @ozovalihasan
⬆️ Dependencies updates
- ⬆️ Bump turbo-rails from 2.0.13 to 2.0.16 (#3416) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.224.1 to 3.225.0 (#3414) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.188.0 to 1.189.0 (#3411) @dependabot[bot]
- ⬆️ Bump rake from 13.2.1 to 13.3.0 (#3410) @dependabot[bot]
- ⬆️ Bump benchmark from 0.4.0 to 0.4.1 (#3409) @dependabot[bot]
- ⬆️ Bump google-apis-storage_v1 from 0.51.0 to 0.52.0 (#3408) @dependabot[bot]
- ⬆️ Bump bigdecimal from 3.2.0 to 3.2.1 (#3407) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1108.0 to 1.1109.0 (#3406) @dependabot[bot]
- ⬆️ Bump base64 from 0.2.0 to 0.3.0 (#3405) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.187.0 to 1.188.0 (#3401) @dependabot[bot]
- ⬆️ Bump oj from 3.16.10 to 3.16.11 (#3400) @dependabot[bot]
- ⬆️ Bump bigdecimal from 3.1.9 to 3.2.0 (#3399) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.186.1 to 1.187.0 (#3391) @dependabot[bot]
- ⬆️ Bump net-http-persistent from 4.0.5 to 4.0.6 (#3393) @dependabot[bot]
- ⬆️ Bump rubocop from 1.75.7 to 1.75.8 (#3392) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1107.0 to 1.1108.0 (#3390) @dependabot[bot]
- ⬆️ Bump google-cloud-env from 2.3.0 to 2.3.1 (#3385) @dependabot[bot]
- ⬆️ Bump selenium-webdriver from 4.32.0 to 4.33.0 (#3384) @dependabot[bot]
- ⬆️ Bump websocket-driver from 0.7.7 to 0.8.0 (#3383) @dependabot[bot]
- ⬆️ Bump json from 2.12.0 to 2.12.2 (#3382) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1106.0 to 1.1107.0 (#3381) @dependabot[bot]
- ⬆️ Bump google-apis-core from 0.17.0 to 0.18.0 (#3379) @dependabot[bot]
- ⬆️ Bump drb from 2.2.1 to 2.2.3 (#3378) @dependabot[bot]
- ⬆️ Bump rubocop from 1.75.6 to 1.75.7 (#3377) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1105.0 to 1.1106.0 (#3376) @dependabot[bot]
- ⬆️ Bump rails-dom-testing from 2.2.0 to 2.3.0 (#3375) @dependabot[bot]
- ⬆️ Bump zeitwerk from 2.7.2 to 2.7.3 (#3374) @dependabot[bot]
👥 List of contributors
@dependabot[bot], @ozovalihasan, @pglombardo and dependabot[bot]
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.55.1
..and go to http://localhost:5100