# Migration from SQLite to PostgreSQL, problems with assets

**URL:** https://community.directus.com/t/migration-from-sqlite-to-postgresql-problems-with-assets/1494
**Category:** Help
**Tags:** data-modeling
**Created:** [November 12, 2025, 10:02am UTC](https://community.directus.com/t/migration-from-sqlite-to-postgresql-problems-with-assets/1494 "2025-11-12T10:02:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Julian](https://avatars.discourse-cdn.com/v4/letter/j/74df32/32.png) [@Julian](https://community.directus.com/u/Julian)
#### Post date: [November 12, 2025, 10:02am UTC](https://community.directus.com/t/migration-from-sqlite-to-postgresql-problems-with-assets/1494/1 "2025-11-12T10:02:50Z")

</div>

I have migrated from SQLite to PostgreSQL and now I’m getting the following error. One symptom is that for records with an associated asset, the file upload options are missing although a raw value is still present.

```auto
SyntaxError: 15
    Ge https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:9
    ke https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:19
    ze https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:19
    At https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:19
    ye https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:23
    Z https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:23
    ye https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:23
    z https://api.kjb-angebote.de/admin/assets/index.23a74a40.entry.js:139
    run https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    get value https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    Jl https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    setup https://api.kjb-angebote.de/admin/assets/index.23a74a40.entry.js:139
    Jt https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    T https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    run https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    update https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    $e https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    mr https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
runtime-core.esm-bundler-c59f901a.js:1:14642
TypeError: can't access property "control", t is undefined
content_script.js:1:422997
TypeError: can't access property "control", t is undefined
6 content_script.js:1:422997
SyntaxError: 15
    Ge https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:9
    ke https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:19
    ze https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:19
    At https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:19
    ye https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:23
    Z https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:23
    ye https://api.kjb-angebote.de/admin/assets/vue-i18n.6dad86f2.entry.js:23
    z https://api.kjb-angebote.de/admin/assets/index.23a74a40.entry.js:139
    run https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    get value https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    Jl https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    setup https://api.kjb-angebote.de/admin/assets/index.23a74a40.entry.js:139
    Jt https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    T https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    run https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    update https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    $e https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
    mr https://api.kjb-angebote.de/admin/assets/runtime-core.esm-bundler-c59f901a.js:1
runtime-core.esm-bundler-c59f901a.js:1:14642

​

```
