I'll give it a try. ThanksI have a small bat file I run through windows scheduler. only three lines:
net stop "CodeProject.AI Server"
timeout /t 120 /nobreak
net start "CodeProject.AI Server"
I'll give it a try. ThanksI have a small bat file I run through windows scheduler. only three lines:
net stop "CodeProject.AI Server"
timeout /t 120 /nobreak
net start "CodeProject.AI Server"
I use Proxmox and run Debian VM to host docker to host ALPR, I use Proxmox to backup the entire Debian VM.Mint VM in Unraid
I have backups working fine. It's restoring the VMs that is a huge problem and I tried and messed it all up.I use Proxmox and run Debian VM to host docker to host ALPR, I use Proxmox to backup the entire Debian VM.
Can't Unraid back up the entire Mint VM?
Sounds like you need to bring this issue to the Unraid forums. I can backup and restore with no problem in Proxmox.I have backups working fine. It's restoring the VMs that is a huge problem and I tried and messed it all up.
Try running the following commands in the db container (per janhaus):
Code:
psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/schema.sql
Code:
psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/migrations.sql
If you get an error because there was no schema or migration file in the container, but you can see the file listed in the files tab for the container, see if there is a note with the word "mount." If so it means the container is accessing the file externally. If you copy the latest version of the file into your container and run the command again, it should work.
Yep, it works great through a VPN.Also, is anyone able to access the server remotely?
What is mean is that locally, when I try and log in using the local ip address, I get the login page, prompting for a password, but it won't log me in.Yep, it works great through a VPN.
It sounds like a firewall issue. You need to create an inbound and outbound rule allowing the port you setup for the app (typically 3000).What is mean is that locally, when I try and log in using the local ip address, I get the login page, prompting for a password, but it won't log me in.
I tried and still no goIt sounds like a firewall issue. You need to create an inbound and outbound rule allowing the port you setup for the app (typically 3000).
Here's an example of mine. I'm using port 3001.
Im running ALPR on a Linux Mint VM in Unraid and managed to tank my VM as well as my VM backup. I lost all my plates data. Oh well.
Ive got VM snapshot now which should make it easier to restore things.
Was wondering if there is an easy way to backup the ALPR database to another location and have option to restore.