[root@nextcloud ~]# ip a | grep eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
inet 192.168.128.241/24 brd 192.168.128.255 scope global dynamic eth0
[root@nextcloud ~]#
[root@nextcloud ~]# ip r
default via 192.168.128.254 dev eth0 proto static metric 100
192.168.128.0/24 dev eth0 proto kernel scope link src 192.168.128.241 metric 100
[root@nextcloud ~]#
Posts made by alex.olynyk
-
RE: Commands in-line with OC ?
-
RE: NextCloud 10 Stable...Failed To Connect To Database
@Jstear That worked when I added WITH GRANT OPTION. Thank you. Ill add this to my notes.
-
RE: NextCloud 10 Stable...Failed To Connect To Database
@Jstear
But...when I run
create user 'nextclouduser'@'localhost' identified by 'nextcloudpassword';
grant all on nextcloud_db.* to 'nextclouduser'@'localhost';
flush privileges;
quit
I get Query OK for all commands run. I reboot and SHOW GRANTS; and I get the same output -
RE: NextCloud 10 Stable...Failed To Connect To Database
@aaronstuder I can login with that user and password in the CLI.
-
NextCloud 10 Stable...Failed To Connect To Database
I posted this a while back when I had the issue on owncloud 9 but still cant find a solution.
I can login to the DB using the account I created.
I tried using 127.0.0.1 instead of localhost
SHOW DATABASES
Any idea? -
Installing NextCloud With NGINX
Am I extracting the Nextcloud TAR to /etc/nginx/?
Is that the only difference?I am used to Apache.
-
RE: PowerShell is now open source
Also installed Nextcloud 10 RC1 on CentOS VM. Working well.
-
RE: Testing help welcome: NextCloud NC 10 RC1 is out.
Cant wait for a repo based install!
-
RE: ownCloud Backups
for example if i needed to restore to another/different Hyper-V server?
-
RE: ownCloud Backups
i guess what i am asking is Can I restore the server and application from a snapshot?
-
RE: ownCloud Backups
@scottalanmiller so just locate the file containing the snapshot and copy it to another location?
-
RE: ownCloud Backups
@scottalanmiller What tool do you recommend to create a system image?