Odoo migration from Linux to Windows - linux

We have Odoo v8 installed on Linux Ubuntu, the server is going to be dismissed soon.
I have dumped the database from db managment but i also have to save all files from LINUX because some of them are customized then copy in a local windows machine, is that possible?
which is the best way to go?
I have access to the dedicated server (ubuntu)

Related

Migrating onlyoffice community server in Windows

We have installed a Onlyoffice Community Server in our company on a Windows system.
We need to migrate all these data to another Windows server (version 2012). If I go to settings I don't see the option of Data Management to do the backup and restore.
I am getting the results for migrating community server between Windows and Linux servers, but nothing for Windows and Windows.
Please help us with this issue.
You can use the first part of the instruction for migration community server between Windows and Linux servers. You need to copy folders and create your database dump file. Then restore dump file and folders on the new server.

How to use ec2 instance as personal dev box using intellij as IDE?

I have searched the questions and have not found an answer to this one:
I am developing an existing project (git repo) that runs only on Linux. For the time being I have at my disposal only a windows laptop which I cannot modify. This laptop has Intellij installed and internet access. I cannot, for example, create a Linux VM on this laptop.
Is there a way I can put the project code on an Amazon ec2 Linux instance and build the project on that instance, while viewing and developing the code in Intellij? All compilation and code execution has to be done remotely, on the ec2 Linux instance. I cannot build locally and push from the windows laptop.
2 possible configurations might be:
(1) install intellij on the ec2 instance and x-window in from windows to view the intellij screens;
(2) use the intellij on the Windows laptop and somehow point the intellij to the ec2 instance in order to view, edit, build, and run the project on that instance.
Any ideas are greatly appreciated!
ec2 with enough memory for development is billed / hour. For 32gb RAM it's >$80/month (always online ~450h).
You could use wls 2 under windows. You can install IDEA and use it trough X server like
VcXsrv and access to windows files. It's not the best idea to run full GNOME (even xfce4). Google chrome also works very well
Downsides are:
(still) slow access to drive compared to raw Linux
I cannot configure WSL to access same VPN as in Windows. It simply cuts off internet connection for WSL while I click connect in windows.

how to find out what GUI file browser linux is using

Im currently running CentOS (6.6) on a virtual machine that i got from another person
He is not using the default GUI file explorer and looks to be much more advanced that the regular GUI file explorer that comes with CentOS
Is there any way to find out what GUI he installed on the machine via command?

Setting up Rsync to pull from Windows to Linux Box using cwrsync

I have a set of machines, a mixture of Linux and Windows Boxes.
I hav set up rsync to pull from the Linux Machines to a Linux Server box.
I am trying to accomplish the same using cwRsync, to pull to the Linux box from the windows machines. I have downloaded the free version from https://www.itefix.no/i2/content/cwrsync-free-edition and also I have downloaded CopSSH. I have managed to install CopSSH fine and I am able to SSH between the Linux and Windows hosts no problem using keys rather than passwords.
However, for the life of me I can't get this cwRsync working, I've googled the matter to death, and your meant to unzip the directory, configure the environment settings in the batch file then install it. However, there is nothing to install it with! and the reason it isn't working is because it needs to install a windows service for it to run.
Any help would be much appreciated!
As described at itefix web page for the free edition, it allows to initiate rsync from your Windows machine, i.e. client functionality only (push data). Server functionality allowing you to set up an rsync server on Windows to pull data from it is not a part of the free edition.

Is it possible to connect to a microsoft database like sage from a Linux server?

The documentation of sage says this.
You have a Linux Server (Operating system:openSUSE 11.1 + Plesk 9.5) not a windows Server Thus the technical specifications for the Sage Line 50 are not met and cannot be installed on the Server you have.
Sage line 50 Technical specifications: (http://shop.sage.co.uk/accounts.aspx)
Compatible operating systems
Windows XP Service Pack 3
Windows Vista
Windows 7
Windows Server 2008
Windows Server 2003
I know sage says this, but i also know you Linux boys are great. Is there any possibility of this happenening or must i get a windows based server
Any information would be great
You're referring to hosting, not connecting. You will need a Windows server.
Sage is not a microsoft database its a third party app written by Sage. Sage uses a flat file system to store data so technically you could store the data on a linux server using samba and connect to the network path on your windows client to access the data. probably not supported but it would def work.

Resources