arkklo
(Ark)
25 Septiembre, 2022 06:56
1
Hello,
I’m currently testing the XenForo importer for Discourse. I’m trying to migrate a test Discourse forum over to XenForo.
In the XenForo importer, it’s asking me for my Discourse info. Where do I find these information?
I used the One-Click Discourse App Installation on DigitalOcean.
pfaffman
(Jay Pfaffman)
25 Septiembre, 2022 14:14
2
The database is accessible only from within the container. You’d need to open the postgres port and set the password. The Move from standalone container to separate web and data containers topic might have clues about how to set the postgres password.
1 me gusta
arkklo
(Ark)
25 Septiembre, 2022 20:01
3
What about the Discourse root directory field?
pfaffman
(Jay Pfaffman)
25 Septiembre, 2022 20:40
4
Don’t know. Probably one of these
/var/discourse
/var/discourse/shared/standalone
That’s something that their instructions should make clear.
1 me gusta
arkklo
(Ark)
25 Septiembre, 2022 22:56
5
Thanks for your help, I was able to open the port and set the password.
The only problem now is the Discourse root directory. I’ve tried the two locations you mentioned above. Both returned “could not be found or is not readable.”
Any other suggestion?