Solved Install on OVH vps failing

Status
Not open for further replies.

Michael1600

Joined
Jun 23, 2017
Messages
26
Reaction score
1
Unable to install on new OVH vps server. Able to log in with Putty and loaded the following commands with success:
wget -O- http://downloads.3cx.com/downloads/3cxpbx/public.key | apt-key add -

echo "deb http://downloads.3cx.com/downloads/3cxpbx/ /" | tee /etc/apt/sources.list.d/3cxpbx.list

apt-get update

This command failed:

apt-get install 3cxpbx

Error message is: E: Unable to locate package 3cxpbx.

Also ran:
apt-get upgrade
followed by:
apt-get install 3cxpbx

Still got error:
E: Unable to locate package 3cxpbx.

Would appreciate some help-Thanks!
 
That error would indicate the 2nd line of commands didn't work or you've somehow mangled your apt configuration. I would try running the second line again:

echo "deb http://downloads.3cx.com/downloads/3cxpbx/ /" | tee /etc/apt/sources.list.d/3cxpbx.list

And read carefully to make sure it worked. When you run the 3rd command "apt-get update" you should see the 3CX repo listed in the output there. If not, then the 4th command isn't going to work.
 
Thank you for your help. Re-ran the commands for the third time and it worked. Now up and running. Any tips on managing the OVH Vps and best practices for managing backups?
 
  • Like
Reactions: Michael1600
Thanks, can you recommend a place to learn about setting up cron jobs to send backup off site?
 
not really, sorry, but:

1) you need an sftp site to send it to (another linux server that you run)
2) you need to know where the backup files are (see link in previous post)
3) you need to add a cron rule to run the command to send those files to the sftp site nightly or however often

you can google all of this, it's standard linux sysadmin stuff. not trying to be a D
 
Got it. Thanks again.
 
Maybe I should feature-request that backups get sent off-site automatically with user credentials/location...shouldn't be hard to implement...
 
Offsite backups is already available with v15 SP5 and later with Google Drive integration
 
cool, ty. i'll implement :)
 
Status
Not open for further replies.

Forum statistics

Threads
112,061
Messages
590,550
Members
165,011
Latest member
m3373