Search found 8 matches
- Sun Mar 05, 2017 9:27 pm
- Forum: General Discussion
- Topic: Backup messed up server
- Replies: 6
- Views: 4899
Re: Backup messed up server
g2017-03-05 16:07:21 database (mysql) 2017-03-05 16:07:21 database (mysql) sh: 0: getcwd() failed: No such file or directory shell-init: error retrieving current directory: getcwd: cannot access parent di$ job-working-directory: error retrieving current directory: getcwd: cannot acces$ sh: 0: getcwd...
- Sun Mar 05, 2017 8:41 pm
- Forum: General Discussion
- Topic: Backup messed up server
- Replies: 6
- Views: 4899
Re: Backup messed up server
gzip is creating tmp. files inside of the /backup folder over and over again. I had 20+ tmp. files. How can I make these stop piling up.
- Sun Mar 05, 2017 8:27 pm
- Forum: General Discussion
- Topic: Backup messed up server
- Replies: 6
- Views: 4899
Backup messed up server
I noticed my Vesta panel had not done a backup in over 2 months last night. I logged in and did a manual backup inside of Vesta. I woke up this morning the CPU was at 100% all night and now my disk is full yet no new files in the backup folder. SQL won't start due to no disk space, any help would be...
- Sat May 28, 2016 4:21 pm
- Forum: Web Server
- Topic: [SOLVED]PHP 7 and Ubuntu
- Replies: 8
- Views: 16750
Re: PHP 7 and Ubuntu
Bingo got it. Run 'a2dismod php5' then run 'a2enmod php7.0'. After restarting Apache2 we are up and running.
- Sat May 28, 2016 3:28 pm
- Forum: Web Server
- Topic: [SOLVED]PHP 7 and Ubuntu
- Replies: 8
- Views: 16750
Re: PHP 7 and Ubuntu
I am running Apache + Nginx, and I have restarted the server. I guess I just need to tell Apache to use PHP7 instead of PHP5.
- Fri May 27, 2016 2:25 pm
- Forum: Web Server
- Topic: [SOLVED]PHP 7 and Ubuntu
- Replies: 8
- Views: 16750
Re: PHP 7 and Ubuntu
So I am running Ubuntu 14.04 with the latest version of Vesta. I added the php7 ppa and installed it using this https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-php-7-on-ubuntu-14-04 . I was able to get php7 installed and running "php -v" reflects that php7 is installed. When I upl...
- Thu May 26, 2016 9:27 pm
- Forum: Web Server
- Topic: [SOLVED]PHP 7 and Ubuntu
- Replies: 8
- Views: 16750
Re: PHP 7 and Ubuntu
So I have PHP 7 installed and when I run "php -v" I see that but phpinfo still shows php 5. How do I tell Apache to look for PHP 7?
- Thu May 26, 2016 8:17 pm
- Forum: Web Server
- Topic: [SOLVED]PHP 7 and Ubuntu
- Replies: 8
- Views: 16750
[SOLVED]PHP 7 and Ubuntu
Does anyone have a guide on how to get php7 up and running on Vesta using Ubuntu? I have tried a few different things and nothing seems to work.