π Whatβs Changed
bin/rails pwpush:export will export a JSON file with encrypted data to the /opt/PasswordPusher/tmp directory.
Documentation on how to migrate from OSS to the Pro version of Password Pusher is here:
https://docs.pwpush.com/docs/migrate-oss-to-pro/
π Features
- New OSS export task for migration to Pro (#4207) @pglombardo
β¬οΈ Dependencies updates
- β¬οΈ Bump retriable from 3.2.0 to 3.2.1 (#4203) @dependabot[bot]
- β¬οΈ Bump zeitwerk from 2.7.4 to 2.7.5 (#4204) @dependabot[bot]
- β¬οΈ Bump devise from 5.0.1 to 5.0.2 (#4200) @dependabot[bot]
- β¬οΈ Bump retriable from 3.1.2 to 3.2.0 (#4201) @dependabot[bot]
- β¬οΈ Bump aws-partitions from 1.1215.0 to 1.1216.0 (#4202) @dependabot[bot]
π₯ List of contributors
@dependabot[bot], @pglombardo and dependabot[bot]
π₯οΈ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
πββοΈ Run This Version
β Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
β Use one of our production ready Docker Compose files with persistent databases.