Short answer: yes
The GUID field is meant to represent a globally unique identifier for the post. In WordPress we just happen to use the URL. The GUID field should never be thought of as an actual URL, though … just an identifier for the post.
In reality, the GUID field could contain anything that’s unique. But if you have two posts that share the same GUID, you might want to consider bumping one or the other. Importing the CSV of posts into an empty blog and using the WordPress Import/Export mechanism would help. Or setting [n] to be the ID the post will have after import.
Related Posts:
- Why is my database import losing text widget data?
- How To Export/Import WordPress (MySQL) Database Properly Via Command-Line?
- wp_posts – guid update
- What’s the database relationship between a post and its attachments
- Export WP database for import using WP-CLI on Vagrant Box
- Importing posts from old website to new conflicting post ID’s?
- When importing database, it shows error
- Is a direct or import approach safer for migration into WordPress?
- MySQL Syntax Error upon restoring database from backup [closed]
- Import live site to local setup without access to live site
- Error establishing a database connection; After importing DB & Theme
- WordPress database import: Row size too large
- Export / import WordPress database
- Merging two databases without borking it
- Importing CSV into database table not working?
- Import users from old WP site to new one
- Connection refused on locahost after importing database?
- Best practice to import user base (subscribers) from one website to another?
- Importer fails to import every post
- WordPress database products structure
- Is it risky if I update all url in the database due to my site url changed?
- Is it good practice to import/export a blog to test a redesign?
- Accidently changed the GUID
- Featured image from custom to WordPress database
- I broke database after reuploading local version – what exactly happened? Database error
- Importing Concrete5 content to WordPress
- Database synchronization between dev/staging and production
- Multiple developers / editors working on a site in progress
- WordPress Database lost auto increment
- Count & Display Database Queries
- Slow wp_term_relationships query
- How to use “TRUNCATE TABLE” MySQL statement?
- Export wordpress table to excel
- Meta query interfering with orderby relevance
- save new data to wp_options non-post form
- Strange Deadlock database error for the query “Delete From wp_options”
- PHP variable in WordPress database query
- Differences between add_post_meta and update_post_meta
- Why do wordpress store pages/posts within the database instead of files? [closed]
- Insert custom data to custom table on wordpress database
- Select Multiple meta_value from WP DB; Single Query
- One post carries 30 postmeta values, is this too much?
- Is it possible to split database tables using HyperDB?
- What happens if I overwrite the current wp_options table with a backup from a week ago?
- Critical error in final stage of website launch – URLs are BROKEN!
- How do I get WordPress login to ignore the password input if a particular username is used?
- Migrating WordPress from DreamHost to Azure WordPress Resource via UpdraftPlus “wp_options table does not exist…” error
- “Error establishing a database” connection on some sites
- WordPress is not creating table in database after activating plugin,
- How do I delete these post types in my WordPress database?
- Slow queries constantly getting stuck on WordPress database of ~100,000 posts
- How do I query wp_options for expired transient pairs with MySQL commands?
- WordPress running SQL query to update database from form
- Use same database on main domain & sub domain
- How do I convert a MySQL database from utf8mb4 to utf8 encoding?
- Remove empty rows from the database
- Custom WordPress Table wpdb
- Check if post id exist in table than only update instead of inserting new row
- Detail explanation of wordpress database fields and metatag list [closed]
- CreateOrUpdate in WordPress
- $wpdb->get_results($wpdb->prepare(… You have an error in your SQL syntax;
- How to get a list of WordPress default database tables?
- Can local WordPress installs share /wp-content/ folder and database?
- Stringing together content from different databases
- Backing up WordPress database and files
- Safely store code(html/js..) into database
- Creating and Using Tables in the WordPress Database
- Connect a membership plugin to an external database
- Compare User meta_value with Product meta_value
- Storing user’s data on external database on other server
- How to insert a value to decimal type field using wpdb->prepare?
- Sql query to get all metadata for a post
- Where do I put my create_new_table function()?
- How to import products in host instead of database on wordpress?
- Having all “non-PHP” files on a different server
- syntax error for changing user role from database
- Finding a page holding a specific string/URL that is used in the content
- “wordpress error in establishing database connection” and missing tables
- get_option() does unserialize and don’t remove \
- Adding last value from Database as text in WordPress Page
- Want to update value in database. But it says update() on null
- Merging development site with live site
- I have a WordPress 4.6 database dump – how do I use it in a new install?
- Checking if the data already exsis in the wp database – custom plugin
- live site do not update after importing sql database
- Transforming an wp_options database array into a javascript obect?
- How can I retrieve data from alternate database using wpdb class?
- Database connection close
- WordPress Database Charset/Collate
- User accounts for saving form data?
- Trying to edit a WP site locally using MAMP
- How to delete field using WPDB?
- Log IP of users who click a button? [closed]
- DROP TABLE IF EXISTS `wp_options` error?
- Problem with form database connectivity
- Server database problem
- Best way to search and replace within serialized database strings?
- Have WordPress Use a Different Database for users
- WordPress post on home page of my website
- large number (bigint) for post ID issue in database