I'm having problems with mod_rewrite not working .htaccess file. Now how i solved this problem?
MY web server - apache2
reverse proxy - nginx
Search found 6 matches
- Thu Jun 22, 2023 7:31 am
- Forum: General discussion
- Topic: mod_rewrite problem
- Replies: 1
- Views: 1001
- Thu Sep 02, 2021 6:28 am
- Forum: General discussion
- Topic: Backup get stuck
- Replies: 7
- Views: 5265
Re: Backup get stuck
Hello,
My problem solved
First i run below Command
truncate -s 0 /usr/local/vesta/data/queue/backup.pipe
Second I add CRON JOB Command my vista panel
sudo /usr/local/vesta/bin/v-update-sys-queue backup
and try to create backup and i see backup create automatic.
thanks for everything
My problem solved
First i run below Command
truncate -s 0 /usr/local/vesta/data/queue/backup.pipe
Second I add CRON JOB Command my vista panel
sudo /usr/local/vesta/bin/v-update-sys-queue backup
and try to create backup and i see backup create automatic.
thanks for everything
- Thu Sep 02, 2021 5:29 am
- Forum: General discussion
- Topic: Backup get stuck
- Replies: 7
- Views: 5265
Re: Backup get stuck
and what do you get when you run in SSH: sudo echo "ALLOW_BACKUP_ANYTIME='yes'" >> /usr/local/vesta/conf/vesta.conf sudo nice -n 19 ionice -c 3 v-backup-user admin root@secure:~# sudo echo "ALLOW_BACKUP_ANYTIME='yes'" >> /usr/local/vesta/conf/vesta.conf root@secure:~# sudo nice ...
- Wed Sep 01, 2021 4:00 pm
- Forum: General discussion
- Topic: Backup get stuck
- Replies: 7
- Views: 5265
Re: Backup get stuck
root@secure:~# truncate -s 0 /usr/local/vesta/data/queue/backup.pipedpeca wrote: ↑Wed Sep 01, 2021 10:18 am tryCode: Select all
truncate -s 0 /usr/local/vesta/data/queue/backup.pipe
root@secure:~# ps -Af | grep 'backup'
root 27564 27560 0 19:58 pts/0 00:00:00 grep backup
root@secure:~#
- Wed Sep 01, 2021 5:12 am
- Forum: General discussion
- Topic: Backup get stuck
- Replies: 7
- Views: 5265
Re: Backup Problem
For some reason backup get stuck. In file /usr/local/vesta/log/backup.log you can see where it get stuck. However, you can list those processes: ps -Af | grep 'backup' First column is PID of process. So you can kill those processes: kill PID1 PID2 PID3 etc... Also delete temporary subfolders inside...
- Tue Aug 31, 2021 4:34 am
- Forum: General discussion
- Topic: Backup get stuck
- Replies: 7
- Views: 5265
Backup get stuck
Hey,
When i try to create back it show me this message An existing backup is already running Please wait for that backup to finish. I am wait 7 days not backup yet. What problem it is and how i fixed it?
OS: Debian 10 (64 Bit)
myVesta 0.9.8-26-49
Build date: 19-Aug-2021
When i try to create back it show me this message An existing backup is already running Please wait for that backup to finish. I am wait 7 days not backup yet. What problem it is and how i fixed it?
OS: Debian 10 (64 Bit)
myVesta 0.9.8-26-49
Build date: 19-Aug-2021