Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
Under Consideration: Migrate the Forums to Discourse
Dear All,
After being active on the Node-RED forum for the last few weeks, I have been very impressed with Discourse, and my eyes have been opened.
but not the paid /hosted offering, but using the open distribution:
Soon, I will build everything (in a test bed) and attempt to port our core database over to discourse (for testing only).
I am also considering paying around $1000 to $1500 to have a professional who has done this before do the migration; but I need to try it myself first to see if it is better for me to do it myself, or pay to have it done.
I think, seriously, it is time to 'retire' the legacy vBulletin code base and "move on"....
In the past i participated sometimes at Monitoring Portal . They changed to discourse 1-2 years ago. The usability seems fine for me. Since discourse is based on ruby on rails(RoR), the resource requirements are higher than the php based vbulletin. I had never run discourse on my own so far. I just had a quick look when searching for a forum solution, and discarded it, because it would have required a newer stronger machine. (Statement of a former programmer-colleague on ruby on rails: "i do not care about memory - developer time is far more costly.").
I had a glance at nodebb, which was very quick in terms of response times. I liked that very much. Home | XCP-ng forum is based on NodeBB. NodeBB is based on Node.js.
phpBB has gotten another major rewrite with version 3.3. I used it as an internal communication board(version 3.2). The administration felt very awful back then. then Since it's fully OSS maybe they constantly improve over time?
Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
I like discourse, that is why I decided to go with it (testing, migration testing, etc). No verdict on production, since porting the DB over is fraught with dragons and goblins....
In addition, had a chat with the mods, and both Akshay and Ravinder are on board.
Ravinder loves the features as well how discourse runs on mobile (very important).
Akshay likes as well.
Currently, we are working on building test bed using Docker on a VPS.
Regarding performance, I have been on the Node-RED forum a lot lately (maybe good much), which is discourse, and is it blazing fast.
I think one of the main reasons I like the Node-RED forum, besides a robust Node-RED community, is the fact that discourse is so good and fun to use.
There has not been another forum which has brought be to this "retire old vBulletin" except discourse.
Of course, we can customize discourse as well.... which we will do for sure! That is a given... custom code.
Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
Currently chugging along, importing users sans avatars and passwords.
Just upgraded the test bed slice from 2GB to 8GB and increase RAM and quadrupled the CPU power and disk space (was getting tight)..... Hopefully it will chug along every faster.
This server is only for migration and test purposes.
Let's see how it progresses......
IF (and that is a BIG IF at this time) and the migration goes well, will consider the next steps, for example, where to host the docker image, etc. But I don't want to get ahead of the tips of my skis since we have no idea how the migration will go.
I may also consider porting over the legacy user avatars.... not sure about this yet.
Hi,I am using following code for FTP in shell script file and it is working.Now I want to migrate from FTP to SFTP.What code changes/steps I have to perform for SFTP ?
ftp -in <<FIN
open $SAP_UP_SERVER
user $SAP_UP_USER $SAP_UP_PASSWORD
asc
put... (7 Replies)
Hi ,
I would like to (MYSQL) migrate the all the data from solari's to linux box.
I have checked whether mysql is installed or not.
rpm -qa | grep -i mysql
I confirmed !!!!
I want to know the following points.
1) How can get to know what are mysql data files and location as well.... (4 Replies)
Here is the issue:
I am building a database server using Solaris 10x86 U8.
The system is jumpstarted with mpxio enabled and booting from the san.
We need to have powerpath 5.3 installed and would like to have powerpath take control of the the boot san as well or have mpxio control the san... (2 Replies)
I have some UFS volumes (non root), that I would like to change into ZFS volumes.
Is this possible ?
I think the only method is to create a new zfs volume and copy the data accoss, this would take a long time for us. Is there a quicker way ?
Regards (5 Replies)
If I have an oracle 9 database environment on a san running solaris 5.8 as the os. Can I plug the san into a Solaris 5.9 environment and have the database work ? - as long as binaries are on the san (1 Reply)
I'm trying to see every file which my group (staff) has in a certain directory, recursively. The pipe
ls -l -R | grep staff
is not working exactly as I want, as for every directory to which my user does not have access, a line like:
ls: ./directory/lost+found: The file access permissions do not... (5 Replies)
Currently, I am planning a migration between machine which under True64UNIX. The new machine will run with higher version O/S. My question is, is there any solution on migrating one machine to another which with different O/S version? My goal is keeping minimum impact to the users.
Excuse my... (1 Reply)