# How to migrate from HSQL to other enterprise database?

### Description

<code class="expression">space.vars.SITENAME</code> is installed on HSQL database. Now is there any way to migrate HSQL database to other supported database like MySQL, MSSQL, PostgreSQL or Oracle?

### Solution

HSQL database can be used for evaluation purpose. It is not a scalable for production usage. If you have HSQL database and want to migrate to other database, then you can check out the [Database Migration](/opstech-docs/manage/advanced-utilities/database-migration.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opstech.gitbook.io/opstech-docs/help-center-index/faqs/general-faqs/hsql-other-database.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
