Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
Website website #website HTML/CSS #help
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
Website website #website HTML/CSS #help
Mengenai forum ini
  1. Website Builder
  2. Forum

Moving database to other server - some website images do not display

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
imagemoveurl
2 Replies
4169 Tampilan
Avatar
Raf Frederickx

Hi

I want to move a database with a website to another server and run the website from that machine.  I'm developing the webiste on the old server, but at a given point, I want to transfer it to the real server and domain and continue there.  So, I've taken a backup of the old one and restored it on the new one.

If I then connect to the new machine via the browser, it turns out that certain images (like background images in caroussels and some others, mostly coming from Unsplash) are not displaying.  Some others are displaying fine and are also coming from Unsplash (e.g. cards with a picture). 

When looking at the source view, it displays the url of the original server (external ip address).  If that old machine is still running, the images on the new one are coming through, since the source is still available; as soon as I turn the old machine off, the images on the new machine are gone and also the new server seems to respond much more slowly.  It's looking for these pics and can't find them.

Now, how can I solve this?  After doing a backup on the old machine and then a restore on the new one, 

Is there a simple way to replace all the <old url> references to the <new url> reference?  Or can I avoid that, when uploading images (from Unsplash), it uses the full url instead of simply putting /web/image/…?  Strange that some image sources are showing the full path and some aren't.  The former are creating the issue in my case.

Any ideas, anyone?

Thanks.

0
Avatar
Buang
Vasil Stoev

Hi,

If you can open the back up in a text editor you can search and replace the IP address.

Avatar
Vasil Stoev
Jawaban Terbai

Hi Raf,

As I can see the encryption is on the filens store locally but not the address. You should have 2 files and one folder in to the backup zip. The dump.sql file contain the database data. If you search for a filename there you can see where is stored. If you have external source for the image the address should be there.

File from url:



Locally stored file:



* I couldn't add second answer :( in which to add pictures. Can't add pictures to comments :( So I convert answer to comment which deleted your comment  :( -

Thanks, Vasil.

Opened the zip file and everything returned was sort of encrypted.

Looking for numbers (ip addresses) will work, but what about looking for an actual domain?

Because of the encryption, you won't be able to find something like \azure.com.

Any other ideas?

Thanks.

1
Avatar
Buang
Raf Frederickx
Penulis

Thanks, again, Vasil.

So, I could basically edit the dump.sql and replace the old address into the new one and save; then restore that zip? Haven't tried this, but I'll take your word for it.

Vasil Stoev

Yes that should work. Just in case create a copy of your original backup so you can restore if anything goes wrong.

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
TypeError: Cannot read properties of undefined (reading 'url')
image url
Avatar
Avatar
Avatar
2
Jul 22
12936
Contact image via url Diselesaikan
image url odoo11.0
Avatar
Avatar
Avatar
2
Sep 21
8950
IMPORT URL IMAGE CSV TO IMAGE ARTICLE IN ODOO Diselesaikan
import image url
Avatar
Avatar
Avatar
3
Jul 20
11302
Add an image URL on Media center and save to server file system.
image filestore url media
Avatar
0
Jun 23
6077
How to get the url of a fields.Binary with attachment=True Diselesaikan
attachment image url binaryfield
Avatar
Avatar
Avatar
3
Mei 23
25796
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now