Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - buelldm

Pages: [1]
1
Addons / Wordpress Create Bug
« on: September 08, 2020, 07:08:38 PM »
I just created a WordPress installation using the built in addon tool.

One bug.

When creating the database and user, the script seems to ignore the entered database name, and uses username for both database and username.

Example
I entered the below:
db = abc
user = xyz

Generated username and db name:
db = xyz
user = abc

Just thought you should no.

Otherwise you will get DB Connection error from wordpress unless you change the wp-config.php to match what you actually created. Or name the two the same to begin with.

2
Backup / rsync backup to adrive not woring
« on: August 05, 2015, 12:18:13 AM »
I am trying to have my backups go to my adrive.com account. It gives me the instructions below:

Hostname:    rsync.adrive.com
Username:    MyUserName101
Password:   Your SSH key OR your ADrive password
Port:    22
Note: ADrive's implementation of Rsync is only available over the secure SSH channel on port 22. It is not available over rsync's normal port 873.

So In my root CWP account I put:
Server IP: rsync.adrive.com
Username: MyUserName101
SSH-Port: 22
Access Key: blablabla - I copied and paseted this on adrive.com under their "manage keys" section. It saved, and provided a fingerprint.

I saved, test and it says:
Connection_Failed
Don't forget to add pub key from file /root/.ssh/backup/id_rsa.pub on the remote server to the file "~/.ssh/authorized_keys"

Anyone have any ideas? Anyone have rsync working with a service like adrive.com - or google drive, or something like that.

Pages: [1]