639
Views
13
Comments
Solved
I need to download the entire database (.db) of my outsystem project.
Question

Hello. I need to download the entire database (.db) of my outsystem project. The purpose of this is that I have a local copy of the data to use in other tools like PowerBI or some manipulation using pyhton codes. I am afraid that exporting all data in excel does not meet my problem so I need the database file. How can I get it?

I am sorry for my english.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Carlos,

Unless you have an on-premise installation of the Platform, this isn't possible. The cloud versions of the Platform do not give you direct access to the database. Also, even if you could actually download the database as a file, you'd need the exact same version of the database engine to be able to read it, and quite some DBA knowledge to be able to mount it etc.

UserImage.jpg
Carlos santos

Hi Kilian. 

I believe I understood what you said. It is a pity that I am unable to download copies of the DB. Anyway thank you for your answer.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

I understand you'd want that, from a functional point of view, but technically that's not how things work :). Could you please mark my answer as Solution, even though it doesn't really solve your (unsolvable) question? Thanks.

2020-11-22 11-13-41
Shailendra Phadke

Hi Carlos,

Please check the below link:

https://www.outsystems.com/forums/discussion/44280/download-the-database/#

I hope it will help you

UserImage.jpg
Carlos santos
Thank you for your help.
2021-01-04 08-13-48
Toto
 
MVP

If your environment is on cloud, better follow the excel route.

If on premises, you can directly access the database and export the db

2023-10-16 05-50-48
Shingo Lam

Please wait for new version, they will provide us function to access to db in OS

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

I'm not sure where you got this from, but this isn't true in any meaningful way.

UserImage.jpg
Carlos santos
Understand. Thank you for the explanation.
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Carlos,

Unless you have an on-premise installation of the Platform, this isn't possible. The cloud versions of the Platform do not give you direct access to the database. Also, even if you could actually download the database as a file, you'd need the exact same version of the database engine to be able to read it, and quite some DBA knowledge to be able to mount it etc.

UserImage.jpg
Carlos santos

Hi Kilian. 

I believe I understood what you said. It is a pity that I am unable to download copies of the DB. Anyway thank you for your answer.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

I understand you'd want that, from a functional point of view, but technically that's not how things work :). Could you please mark my answer as Solution, even though it doesn't really solve your (unsolvable) question? Thanks.

2020-11-20 07-43-04
Unnati Khanorkar

Hi Carlos,

If the environment is not on-premises then you cannot download the db files. You can connect via SQL Manager if the installation is on-premises. 

You can try the following solution if you want to copy the data from OutSystems DB to your external DB - 

1. Connect with the external DB using the extension. 

2. Create the timer or background processes to copy the data from OutSystems DB to the External DB using the API methods.

This will also help you to format the data as required for other Databases..

Let me know if this helps.

Thanks,

Unnati

2024-10-25 09-14-42
Christopher Bautista

Hi Carlos,  try to check this forge component.

https://www.outsystems.com/forge/component-overview/13087/hubway-connect

Maybe it can help.

Thank you and regards,



2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Christopher,

This topic is already two years old (minus one day :D), so I don't think any answer is needed :D.

2024-10-25 09-14-42
Christopher Bautista
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.