Save whatever you want from the old ALPR, it will not migrate to the new ALPR.
I log into my docker,
I ran below to see what the CONTAINER ID are for both ALPR and postgres 13.
Copy the CONTAINER ID for one at a time for both, then paste the CONTAINER ID into the code and run it to stop both ALPR and postgres 13
Code:
sudo docker stop CONTAINER ID
Then I ran these according to
GitHub - prsmith777/ALPR-Database-Community: Fully-Featured Automated License Plate Recognition Database Platform for Blue Iris + CodeProject AI Server
Code:
sudo git clone https://github.com/prsmith777/ALPR-Database-Community.git
Code:
sudo cd ALPR-Database-Community
approved-commit above
Code:
sudo docker build --tag alpr-dashboard:local .
Then run
Code:
sudo mkdir -p auth config logs storage
and
Code:
sudo cp .env.example to .env
fill in both passwords, CTRL Z then save the file.
Code:
sudo docker compose up -d.
Verify the new ALPR is up and running using the same url as the old ALPR.
Then you can delete the old ALPR and postgres 13 if you choose with.
sudo docker rm CONTAINER ID